-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed auto update from airflow variables #226
Conversation
For the new changes to work in ci and release, we need to grant the service account that deploys the dags the following permissions: The service accounts are: |
@cayod both service accounts have been granted the listed permissions. Please try the deploy-to-dev job again to validate. |
The CI failed, I was wrong about this permission. Can we grant |
@cayod I updated to grant permissions to the appropriate buckets. Can you test again? |
Sorry, I was wrong about this last role. Can we grant the |
@cayod updated the permissions again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of questions to make sure the release behavior is the same in production as test.
This PR fixes the airflow variables update that wasn't happening in ci and release